VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Processing Namespace / CompositeProcessingCommand<TTarget> Class / CreateCompositeResult(Object,ICollection<ProcessingResult>) Method
Syntax Requirements SeeAlso
In This Topic
CreateCompositeResult(Object,ICollection<ProcessingResult>) Method (CompositeProcessingCommand<TTarget>)
In This Topic
Creates the composite processing result.
Syntax
'Declaration

Protected Overridable Function CreateCompositeResult( _
ByVal target
The processing target.
As System.Object, _
ByVal results
The processing results.
As System.Collections.Generic.ICollection _
) As CompositeProcessingResult
protected virtual CompositeProcessingResult CreateCompositeResult(
System.Object target,
System.Collections.Generic.ICollection results
)

Parameters

target
The processing target.
results
The processing results.

Return Value

Composite processing result.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also